We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f5aa9 + eeb38c0 commit 4b807faCopy full SHA for 4b807fa
AssemblyInfo.cs
@@ -50,5 +50,5 @@
50
//
51
// You can specify all the values or you can default the Revision and Build Numbers
52
// by using the '*' as shown below:
53
-[assembly: AssemblyVersion("0.1")]
54
-[assembly: AssemblyFileVersion("0.1.0.0")]
+[assembly: AssemblyVersion("0.2")]
+[assembly: AssemblyFileVersion("0.2.0.0")]
MetaphysicsIndustries.Giza.nuspec
@@ -44,6 +44,7 @@ USA
44
</metadata>
45
<files>
46
<file src="bin/Debug/MetaphysicsIndustries.Giza.dll" target="lib/net40" />
47
+ <file src="bin/Debug/MetaphysicsIndustries.Giza.pdb" target="lib/net40" />
48
<file src="docs/logo.png" target="images/" />
49
</files>
</package>
release.sh
100644
100755
0 commit comments