Skip to content

Commit 446aabc

Browse files
committed
Release push
1 parent 8dd97c4 commit 446aabc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/libArgument/libArgument.userprefs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Properties StartupItem="libArgument.Tests\libArgument.Tests.csproj">
2-
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
3-
<MonoDevelop.Ide.Workbench ActiveDocument="libArgument.Tests\Test.cs">
2+
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" />
3+
<MonoDevelop.Ide.Workbench ActiveDocument="libArgument\Properties\AssemblyInfo.cs">
44
<Files>
5-
<File FileName="libArgument\ArgumentParser.cs" Line="59" Column="59" />
6-
<File FileName="libArgument.Tests\Test.cs" Line="3" Column="3" />
7-
<File FileName="libArgument\Attributes\Argument.cs" Line="129" Column="129" />
5+
<File FileName="libArgument\ArgumentParser.cs" Line="123" Column="123" />
6+
<File FileName="libArgument.Tests\Test.cs" Line="4" Column="4" />
7+
<File FileName="libArgument\Properties\AssemblyInfo.cs" Line="35" Column="35" />
88
</Files>
99
</MonoDevelop.Ide.Workbench>
1010
<MonoDevelop.Ide.DebuggingService.Breakpoints>

src/libArgument/libArgument/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion ("1.0.*")]
20+
[assembly: AssemblyVersion ("0.1.*")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)