diff --git a/.gitignore b/.gitignore index 57a1574..a6b9eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +.nupkg + # User-specific files *.suo *.user diff --git a/src/Hangfire.Raven/Hangfire.Raven.csproj b/src/Hangfire.Raven/Hangfire.Raven.csproj index 8077124..031db9a 100644 --- a/src/Hangfire.Raven/Hangfire.Raven.csproj +++ b/src/Hangfire.Raven/Hangfire.Raven.csproj @@ -85,9 +85,6 @@ - - Properties\SharedAssemblyInfo.cs - @@ -134,6 +131,7 @@ + Always diff --git a/src/Hangfire.Raven/Hangfire.Raven.nuspec b/src/Hangfire.Raven/Hangfire.Raven.nuspec new file mode 100644 index 0000000..cc46be2 --- /dev/null +++ b/src/Hangfire.Raven/Hangfire.Raven.nuspec @@ -0,0 +1,29 @@ + + + + $id$ + $version$ + $title$ + $description$ + Axial Commerce + false + Copyright © Axial Commerce + http://www.apache.org/licenses/LICENSE-2.0 + https://github.com/axial/hangfire-ravendb + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Hangfire.Raven/Properties/AssemblyInfo.cs b/src/Hangfire.Raven/Properties/AssemblyInfo.cs index 2ef0d6a..9348446 100644 --- a/src/Hangfire.Raven/Properties/AssemblyInfo.cs +++ b/src/Hangfire.Raven/Properties/AssemblyInfo.cs @@ -2,10 +2,16 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyTitle("Hangfire.Raven")] +[assembly: AssemblyTitle("Hangfire Raven")] [assembly: AssemblyDescription("Raven job storage for Hangfire")] [assembly: Guid("3d96bf2f-8854-4872-aee3-faf81d121a4d")] [assembly: InternalsVisibleTo("Hangfire.Raven.Tests")] // Allow the generation of mocks for internal types [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] +[assembly: AssemblyCompany("Axial Commerce")] +[assembly: AssemblyProduct("Hangfire Raven")] +[assembly: AssemblyCopyright("Copyright © Axial Commerce")] +[assembly: AssemblyVersion("1.7")] +[assembly: AssemblyFileVersion("1.7")] +