Skip to content

Commit

Permalink
Release(3.9.0) New release adding cS3Content Property
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Feb 14, 2018
1 parent 7bfd3ea commit 8c6a2b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,5 @@ ASALocalRun/

Designer/GraniResource/**/*.ps1
Designer/GraniResource/**/*.psm1
Designer/GraniResource/**/*.mof
Designer/GraniResource/**/*.mof
TmpPackage/*
4 changes: 2 additions & 2 deletions DSCResources/DSCResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GraniResource</RootNamespace>
<AssemblyName>GraniResource</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
Expand Down Expand Up @@ -296,7 +296,7 @@
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
Expand Down
6 changes: 3 additions & 3 deletions DSCResources/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("DSCResource")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("guitarrapc")]
[assembly: AssemblyProduct("DSCResource")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("3.7.8.4")]
[assembly: AssemblyVersion("3.7.9.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file modified GraniResource.psd1
Binary file not shown.
Binary file added Package/GraniResource_3.7.9.0.zip
Binary file not shown.

0 comments on commit 8c6a2b4

Please sign in to comment.