Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jul 7, 2018
1 parent 4400adc commit f1e210f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file added releases/nuget/Skybrud.Social.Core.1.0.9.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.Social.Core/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.Social",
"copyright": "Copyright © 2018",
"version": "1.0.8.0",
"informationalVersion": "1.0.8",
"version": "1.0.9.0",
"informationalVersion": "1.0.9",
"fileVersion": "0.0.2133.1"
}
6 changes: 3 additions & 3 deletions src/Skybrud.Social.Core/Skybrud.Social.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<RootNamespace>Skybrud.Social</RootNamespace>
<Version>1.0.8</Version>
<Version>1.0.9</Version>
<Company>Skybrud.dk a/s</Company>
<Product>Skybrud.Social</Product>
<Authors>Anders Bjerner</Authors>
Expand Down Expand Up @@ -48,11 +48,11 @@
<DocumentationFile>bin\Release\$(TargetFramework)\Skybrud.Social.Core.xml</DocumentationFile>
</PropertyGroup>

<Target Name="BastardPreBuildEvent" BeforeTargets="DispatchToInnerBuilds">
<Target Name="BastardPreBuildEvent" BeforeTargets="DispatchToInnerBuilds" Condition="'$(TargetFramework)|$(RunBuildTargets)'=='netstandard1.3|true'">
<Exec Command="&quot;$(SolutionDir)build/Skybrud.Social.PreBuildTool.exe&quot; /date=2012-07-30 /projectPath=&quot;$(SolutionDir)Skybrud.Social.Core\Skybrud.Social.Core.csproj&quot;" />
</Target>

<Target Name="PostBuild" BeforeTargets="PostBuildEvent">
<Target Name="PostBuild" BeforeTargets="PostBuildEvent" Condition="'$(TargetFramework)|$(RunBuildTargets)'=='netstandard1.3|true'">
<Exec Command="&quot;$(SolutionDir)build\UpdateAssemblyInfoJson.exe&quot; &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot;" />
</Target>

Expand Down

0 comments on commit f1e210f

Please sign in to comment.