Skip to content

Commit 2d69856

Browse files
committed
Change wiki links to include full links
1 parent 05a43b7 commit 2d69856

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

release-notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,8 @@ all services to be immediately available, naturally, via an end-to-end typed API
17011701
During this release all Example projects, Demos, Starter Templates, etc in the
17021702
[ServiceStack.Example](https://github.com/ServiceStack/ServiceStack.Examples) and
17031703
[ServiceStack.UseCases](https://github.com/ServiceStack/ServiceStack.UseCases/)
1704-
master repositories were upgraded to ServiceStack v4. A new [ServiceStack + MVC5 project](https://github.com/ServiceStack/ServiceStack.UseCases/tree/master/Mvc5) was also added to UseCases, it just follows the instructions at [[MVC Integration]] wiki, but starts with an empty MVC5 project.
1704+
master repositories were upgraded to ServiceStack v4. A new [ServiceStack + MVC5 project](https://github.com/ServiceStack/ServiceStack.UseCases/tree/master/Mvc5)
1705+
was also added to UseCases, it just follows the instructions at [MVC Integration](https://github.com/ServiceStack/ServiceStack/wiki/Mvc-integration) wiki, but starts with an empty MVC5 project.
17051706

17061707
### Added new OrmLiteCacheClient
17071708

@@ -2269,7 +2270,7 @@ The number of deletions is indicative of how much legacy code was able to be rem
22692270
- ServiceManager has been merged into `ServiceController`.
22702271
- The **ServiceStack.Logging** and **ServiceStack.Contrib** v4 projects have been merged into the major ServiceStack repo.
22712272
- The dynamic session `base.Session` has been renamed to `base.SessionBag` to better reflect its semantics.
2272-
- The [[Auto Mapping]] Utils extension methods were renamed from `TFrom.TranslateTo<T>()` to `TFrom.ConvertTo<T>()`.
2273+
- The [Auto Mapping](https://github.com/ServiceStack/ServiceStack/wiki/Auto-mapping) Utils extension methods were renamed from `TFrom.TranslateTo<T>()` to `TFrom.ConvertTo<T>()`.
22732274
- The `RequestFilters` and `ResponseFilters` were renamed to `GlobalRequestFilters` and `GlobalResponseFilters` which matches naming in the client `ServiceClientBase.GlobalRequestFilter`.
22742275
- New `GlobalMessageRequestFilters` and `GlobalMessageResponseFilters` have been added which are instead used by non-HTTP endpoints use, e.g. MQ.
22752276
- `CustomHttpHandlers` has been renamed to `CustomErrorHttpHandlers`

src/ServiceStack.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{EB65E771
3131
..\build\copy-sn.bat = ..\build\copy-sn.bat
3232
..\build\copy.bat = ..\build\copy.bat
3333
..\README.md = ..\README.md
34+
..\release-notes.md = ..\release-notes.md
3435
..\NuGet\ServiceStack.Api.Swagger\servicestack.api.swagger.nuspec = ..\NuGet\ServiceStack.Api.Swagger\servicestack.api.swagger.nuspec
3536
..\NuGet\ServiceStack.Authentication.MongoDb\servicestack.authentication.mongodb.nuspec = ..\NuGet\ServiceStack.Authentication.MongoDb\servicestack.authentication.mongodb.nuspec
3637
..\NuGet\ServiceStack.Authentication.NHibernate\servicestack.authentication.nhibernate.nuspec = ..\NuGet\ServiceStack.Authentication.NHibernate\servicestack.authentication.nhibernate.nuspec

0 commit comments

Comments
 (0)