Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 10, 2018
1 parent 9bbb38d commit e9198f7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 [Anders Bjerner](https://twitter.com/abjerner)
Copyright (c) 2018 [Anders Bjerner](https://twitter.com/abjerner)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion release.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
cd src/Skybrud.Csv
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe" /t:pack /p:Configuration=Release /p:PackageOutputPath=../../releases/nuget
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe" /t:pack /p:Configuration=Release /p:PackageOutputPath=../../releases/nuget /p:RunBuildTargets=false
cd ../../
grunt
Binary file added releases/github/Skybrud.Csv.v0.0.2.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.Csv.0.0.2.nupkg
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Skybrud.Csv/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"company": "Skybrud.dk a/s",
"product": "Skybrud.Csv",
"copyright": "Copyright © 2018",
"version": "0.0.1.0",
"informationalVersion": "0.0.1",
"fileVersion": "0.0.1.0"
"version": "0.0.2.0",
"informationalVersion": "0.0.2",
"fileVersion": "0.0.2.0"
}
2 changes: 1 addition & 1 deletion src/Skybrud.Csv/Skybrud.Csv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<Company>Skybrud.dk a/s</Company>
<Product>Skybrud.Csv</Product>
<Authors>Anders Bjerner</Authors>
Expand Down

0 comments on commit e9198f7

Please sign in to comment.