Skip to content

Commit

Permalink
Update version to 0.1.7-preview (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnz0r authored Dec 2, 2022
1 parent 61888b2 commit c3baba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/SdkStyleDatabaseProject/sample.sqlproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build">
<Sdk Name="Microsoft.Build.Sql" Version="0.1.3-preview" />
<Sdk Name="Microsoft.Build.Sql" Version="0.1.7-preview" />
<PropertyGroup>
<Name>sample</Name>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
Expand All @@ -12,4 +12,4 @@
<ItemGroup>
<PostDeploy Include="Script.PostDeployment1.sql" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions src/Microsoft.Build.Sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Building and publishing database project is supported in [Azure Data Studio](htt
### Changes to .sqlproj file
To convert a database project into SDK-style, edit the .sqlproj file by adding
```xml
<Sdk Name="Microsoft.Build.Sql" Version="0.1.3-preview" />
<Sdk Name="Microsoft.Build.Sql" Version="0.1.7-preview" />
```
inside `<Project>` tag.
### Example:
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0">
<Sdk Name="Microsoft.Build.Sql" Version="0.1.3-preview" />
<Sdk Name="Microsoft.Build.Sql" Version="0.1.7-preview" />
...
</Project>
```
Expand Down

0 comments on commit c3baba9

Please sign in to comment.