Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Mar 16, 2015
1 parent b2bcca8 commit c44a63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NGraphics.Editor/NGraphics.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<CodeSigningKey>Mac Developer</CodeSigningKey>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -42,8 +43,9 @@
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<CreatePackage>true</CreatePackage>
<CodeSigningKey>Developer ID Application</CodeSigningKey>
<EnableCodeSigning>true</EnableCodeSigning>
<EnableCodeSigning>false</EnableCodeSigning>
<EnablePackageSigning>false</EnablePackageSigning>
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion NGraphics.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>NGraphics</id>
<version>0.1.10</version>
<releaseNotes>Convenience functions</releaseNotes>
<releaseNotes>First public release</releaseNotes>
<title>NGraphics</title>
<authors>Frank A. Krueger</authors>
<owners>Frank A. Krueger</owners>
Expand Down

0 comments on commit c44a63d

Please sign in to comment.