Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Set assembly / package version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
philip pittle committed May 6, 2014
1 parent 186973a commit 19560f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pMixins.CodeGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.7.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: AssemblyKeyFile(@"..\..\..\pMixins.snk")]
2 changes: 1 addition & 1 deletion pMixins.VSPackage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="8d5593a2-b006-4306-884b-bfd9bd3ebd75" Version="0.1.6" Language="en-US" Publisher="Copacetic Software / Philip Pittle" />
<Identity Id="8d5593a2-b006-4306-884b-bfd9bd3ebd75" Version="0.1.7" Language="en-US" Publisher="Copacetic Software / Philip Pittle" />
<DisplayName>pMixins Code Generator Plug-In</DisplayName>
<Description xml:space="preserve">Visual Studio Plug-In for generating pMixins code.</Description>
<MoreInfo>http://pmixins.com</MoreInfo>
Expand Down

0 comments on commit 19560f6

Please sign in to comment.