Skip to content

Commit 4b807fa

Browse files
authored
Merge pull request #13 from metaindu/prep-release
Prep release
2 parents 26f5aa9 + eeb38c0 commit 4b807fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
//
5151
// You can specify all the values or you can default the Revision and Build Numbers
5252
// by using the '*' as shown below:
53-
[assembly: AssemblyVersion("0.1")]
54-
[assembly: AssemblyFileVersion("0.1.0.0")]
53+
[assembly: AssemblyVersion("0.2")]
54+
[assembly: AssemblyFileVersion("0.2.0.0")]

MetaphysicsIndustries.Giza.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ USA
4444
</metadata>
4545
<files>
4646
<file src="bin/Debug/MetaphysicsIndustries.Giza.dll" target="lib/net40" />
47+
<file src="bin/Debug/MetaphysicsIndustries.Giza.pdb" target="lib/net40" />
4748
<file src="docs/logo.png" target="images/" />
4849
</files>
4950
</package>

release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)