Browse Source

Bump version to 2022.6.2 (#2111)

* Bumped version to 2022.6.2

* manually bump the version in server

* fixing the newline at the end of the file

* Revert "fixing the newline at the end of the file"

This reverts commit 805e0ceca4.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
pull/2112/head
github-actions[bot] 3 years ago committed by GitHub
parent
commit
92cd9179cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Directory.Build.props

4
Directory.Build.props

@ -2,8 +2,8 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<!--2022.6.1--> <!--2022.6.2-->
<Version>2022.6.0</Version> <Version>2022.6.2</Version>
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace> <RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>

Loading…
Cancel
Save