Skip to content

Commit

Permalink
Add gitattributes and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
markgibbons25 committed May 7, 2020
1 parent 9bc8c23 commit 5a6a6bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*.cs text=auto diff=csharp
*.html text=auto
*.htm text=auto
*.css text=auto
*.scss text=auto
*.sass text=auto
*.less text=auto
*.js text=auto
*.sql text=auto

*.csproj text=auto merge=union
*.sln text=auto eol=crlf merge=union

*.item -text

*.config linguist-language=XML
2 changes: 1 addition & 1 deletion src/Dianoga/Dianoga.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net452;net462;net471</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>Automatic media library image file optimization for Sitecore</Description>
<Version>5.0.0-rc.6</Version>
<Version>5.0.0</Version>
<Authors>Kam Figy, Mark Gibbons</Authors>
<PackageProjectUrl>https://github.com/kamsar/Dianoga</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions src/Dianoga/Dianoga.svgtools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Dianoga.svgtools</id>
<version>5.0.0-rc.6</version>
<version>5.0.0</version>
<title>Dianoga.svgtools</title>
<authors>Kam Figy, Mark Gibbons</authors>
<owners>Kam Figy, Mark Gibbons</owners>
Expand All @@ -14,7 +14,7 @@
<copyright>Copyright 2020</copyright>
<tags>sitecore image optimization</tags>
<dependencies>
<dependency id="Dianoga" version="5.0.0-rc.6" />
<dependency id="Dianoga" version="5.0.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 5a6a6bc

Please sign in to comment.