Skip to content

Commit

Permalink
removed local nuget package source
Browse files Browse the repository at this point in the history
  • Loading branch information
Insire committed Dec 11, 2023
1 parent 419db70 commit 88ebdff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="Local" value="D:\Drop\NuGet" />
</packageSources>
</configuration>
6 changes: 3 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

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

0 comments on commit 88ebdff

Please sign in to comment.