Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllabar committed Sep 14, 2018
1 parent ebea4db commit 75bd332
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DLaB.AttributeManager/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// 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.2018.9.12")]
[assembly: AssemblyFileVersion("1.2018.9.12")]
[assembly: AssemblyVersion("1.2018.9.13")]
[assembly: AssemblyFileVersion("1.2018.9.13")]
4 changes: 2 additions & 2 deletions DLaB.CrmSvcUtilExtensions/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// 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.2018.9.12")]
[assembly: AssemblyFileVersion("1.2018.9.12")]
[assembly: AssemblyVersion("1.2018.9.13")]
[assembly: AssemblyFileVersion("1.2018.9.13")]
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>DLaB.Xrm.EarlyBoundGenerator.Api</id>
<version>1.2018.9.11</version>
<version>1.2018.9.13</version>
<title>Early Bound Generator Api</title>
<authors>Daryl LaBar</authors>
<owners>Daryl LaBar</owners>
Expand Down
2 changes: 1 addition & 1 deletion DLaB.EarlyBoundGenerator/EarlyBoundGenerator.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>DLaB.Xrm.EarlyBoundGenerator</id>
<version>1.2018.9.12</version>
<version>1.2018.9.13</version>
<title>Early Bound Generator</title>
<authors>Daryl LaBar</authors>
<owners>Daryl LaBar</owners>
Expand Down
4 changes: 2 additions & 2 deletions DLaB.EarlyBoundGenerator/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// 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.2018.9.12")]
[assembly: AssemblyFileVersion("1.2018.9.12")]
[assembly: AssemblyVersion("1.2018.9.13")]
[assembly: AssemblyFileVersion("1.2018.9.13")]
1 change: 1 addition & 0 deletions DLaB.Xrm.XrmToolBoxTools.sln
Expand Up @@ -25,6 +25,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{4209BA61-6ECE-4CD2-9E4E-56701E72C88C}"
ProjectSection(SolutionItems) = preProject
DLaB.AttributeManager\AttributeManager.nuspec = DLaB.AttributeManager\AttributeManager.nuspec
DLaB.EarlyBoundGenerator.Api\EarlyBoundGenerator.Api.nuspec = DLaB.EarlyBoundGenerator.Api\EarlyBoundGenerator.Api.nuspec
DLaB.EarlyBoundGenerator\EarlyBoundGenerator.nuspec = DLaB.EarlyBoundGenerator\EarlyBoundGenerator.nuspec
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion References/SetAssemblyVersion.exe.config
Expand Up @@ -4,6 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<appSettings>
<add key="VersionOverride" value="2018.9.12"/>
<add key="VersionOverride" value="2018.9.13"/>
</appSettings>
</configuration>

0 comments on commit 75bd332

Please sign in to comment.