Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

Commit

Permalink
Added quick dot release with null check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrailsford committed Mar 20, 2015
1 parent 0bfce95 commit 9f3c822
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
****************************************
-->
<PropertyGroup>
<PackageVersion>0.1</PackageVersion>
<PackageVersion>0.1.1</PackageVersion>
<ProjectName>Our.Umbraco.NestedContent</ProjectName>
<BuildConfig>Debug</BuildConfig>
</PropertyGroup>
Expand Down Expand Up @@ -52,12 +52,12 @@
Encoding="ASCII"
Files="$(ProjectDir)\Properties\AssemblyInfo.cs"
Regex="AssemblyVersion\(&quot;.*&quot;\)\]"
ReplacementText="AssemblyVersion(&quot;$(PackageVersion).0.0&quot;)]" />
ReplacementText="AssemblyVersion(&quot;$(PackageVersion)&quot;)]" />
<FileUpdate
Encoding="ASCII"
Files="$(ProjectDir)\Properties\AssemblyInfo.cs"
Regex="AssemblyFileVersion\(&quot;.*&quot;\)\]"
ReplacementText="AssemblyFileVersion(&quot;$(PackageVersion).0.0&quot;)]" />
ReplacementText="AssemblyFileVersion(&quot;$(PackageVersion)&quot;)]" />
</Target>

<!-- COMPILE -->
Expand Down
Binary file added Package/Nested_Content_0.1.1.zip
Binary file not shown.
Binary file removed Package/Nested_Content_0.1.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions Src/Our.Umbraco.NestedContent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
// [assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]

0 comments on commit 9f3c822

Please sign in to comment.