Skip to content

Commit 88ebdff

Browse files
committed
removed local nuget package source
1 parent 419db70 commit 88ebdff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7-
<add key="Local" value="D:\Drop\NuGet" />
87
</packageSources>
98
</configuration>

src/SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
// Metadata Attributes
1414
[assembly: AssemblyMetadata("Platform", "AnyCPU")]
15-
[assembly: AssemblyMetadata("CompileDate", "[UTC]11.12.2023 18:57:07")]
15+
[assembly: AssemblyMetadata("CompileDate", "[UTC]11.12.2023 19:05:24")]
1616
[assembly: AssemblyMetadata("PublicRelease", "False")]
1717
[assembly: AssemblyMetadata("Branch", "master")]
18-
[assembly: AssemblyMetadata("Commit", "4fec16fade51403d923274dc22def24b4b99c5d0")]
19-
[assembly: AssemblyMetadata("Version", "3.0.93")]
18+
[assembly: AssemblyMetadata("Commit", "3c445f7523a612951294fcc3a0ea6ef4ccf6bd89")]
19+
[assembly: AssemblyMetadata("Version", "3.0.94")]

0 commit comments

Comments
 (0)