Skip to content

Commit 676df78

Browse files
committed
Bumped Version
1 parent 595171b commit 676df78

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

Exceptionless.Net.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
README.md = README.md
1515
build\Settings.ps1 = build\Settings.ps1
1616
build\sourcelink.props = build\sourcelink.props
17+
build\version.props = build\version.props
1718
EndProjectSection
1819
EndProject
1920
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{D363E15F-621D-40E4-8C96-DEE41A7070FF}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All of our [.NET clients can be installed](https://www.nuget.org/profiles/except
1616

1717
**This section is for development purposes only! If you are trying to use the Exceptionless .NET libraries, please get them from NuGet.**
1818

19-
1. You will need to have [Visual Studio 2015](http://www.visualstudio.com/products/visual-studio-community-vs) and [.NET Core SDK with VS Tooling](https://www.microsoft.com/net/core) installed.
19+
1. You will need to have [Visual Studio 2017](http://www.visualstudio.com/products/visual-studio-community-vs) and [.NET Core SDK with VS Tooling](https://www.microsoft.com/net/core) installed.
2020
2. Open the `Exceptionless.Net.sln` Visual Studio solution file.
2121
3. Select `Exceptionless.SampleConsole` as the startup project.
2222
4. Run the project by pressing `F5` to start the console.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.2.{build}
1+
version: 4.3.{build}
22
os: Visual Studio 2017
33
clone_depth: 2
44
configuration: Release

build/sourcelink.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.0" PrivateAssets="all" />
7+
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.1" PrivateAssets="all" />
88
</ItemGroup>
99
</Project>

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>4.1.0</VersionPrefix>
4+
<VersionPrefix>4.3.0</VersionPrefix>
55
<VersionSuffix>dev</VersionSuffix>
66
</PropertyGroup>
77
</Project>

samples/Exceptionless.SampleWebApi/Exceptionless.SampleWebApi.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<None Include="App.config" />
14+
<None Include="App.config">
15+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
16+
</None>
1517
</ItemGroup>
1618

1719
<ItemGroup>

0 commit comments

Comments
 (0)