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

Commit 9f3c822

Browse files
Added quick dot release with null check fix
1 parent 0bfce95 commit 9f3c822

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Package.build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
****************************************
2121
-->
2222
<PropertyGroup>
23-
<PackageVersion>0.1</PackageVersion>
23+
<PackageVersion>0.1.1</PackageVersion>
2424
<ProjectName>Our.Umbraco.NestedContent</ProjectName>
2525
<BuildConfig>Debug</BuildConfig>
2626
</PropertyGroup>
@@ -52,12 +52,12 @@
5252
Encoding="ASCII"
5353
Files="$(ProjectDir)\Properties\AssemblyInfo.cs"
5454
Regex="AssemblyVersion\(&quot;.*&quot;\)\]"
55-
ReplacementText="AssemblyVersion(&quot;$(PackageVersion).0.0&quot;)]" />
55+
ReplacementText="AssemblyVersion(&quot;$(PackageVersion)&quot;)]" />
5656
<FileUpdate
5757
Encoding="ASCII"
5858
Files="$(ProjectDir)\Properties\AssemblyInfo.cs"
5959
Regex="AssemblyFileVersion\(&quot;.*&quot;\)\]"
60-
ReplacementText="AssemblyFileVersion(&quot;$(PackageVersion).0.0&quot;)]" />
60+
ReplacementText="AssemblyFileVersion(&quot;$(PackageVersion)&quot;)]" />
6161
</Target>
6262

6363
<!-- COMPILE -->

Package/Nested_Content_0.1.1.zip

19.6 KB
Binary file not shown.

Package/Nested_Content_0.1.zip

-19.6 KB
Binary file not shown.

Src/Our.Umbraco.NestedContent/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("0.1.0.0")]
35-
[assembly: AssemblyVersion("0.1.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
34+
// [assembly: AssemblyVersion("0.1.1")]
35+
[assembly: AssemblyVersion("0.1.1")]
36+
[assembly: AssemblyFileVersion("0.1.1")]

0 commit comments

Comments
 (0)